Create back end that enables super mentor to reset passwords for any account, now with SQL database
| Features | Account Management |
|---|
| MoSCoW | Must |
|---|
Owner | Rose |
|---|
| Size | M |
|---|
| Sprint | 4 |
|---|
| Status | Done |
|---|
- Create back end that enables super mentor to reset passwords for any account
- Acceptance Criteria:
- A backend function should be developed to allow super mentors to reset passwords for user accounts.
- Proper authentication and authorization checks should be in place to ensure only super mentors can access this functionality.
- The password reset process should securely update the user's password in the database.